-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[Java] Update Design Patterns page to use codeblocks #2301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||
|
Gonna try this a different way |
User description
Updated java examples in Design Patterns & Development Strategies to use codeblock architecture
Description
Created :
Edited:
Motivation and Context
maintains consistency and improves ease of contributions
Types of changes
Checklist
PR Type
Enhancement, Documentation
Description
Refactored Java design pattern examples to use codeblock architecture
Improved documentation consistency across English, Japanese, Portuguese, and Chinese
Enhanced maintainability and ease of contributions for documentation and code examples
Changes walkthrough 📝
6 files
Add ActionBot class for Java bot pattern exampleAdd basic LoadableComponent Java example for EditIssueAdd extended LoadableComponent Java example with PageFactoryAdd Java test example for nested LoadableComponentsAdd ProjectPage Java example for LoadableComponent patternAdd SecuredPage Java example for authentication in LoadableComponent4 files
Update English documentation to embed Java codeblocksUpdate Japanese documentation to embed Java codeblocksUpdate Portuguese documentation to embed Java codeblocksUpdate Chinese documentation to embed Java codeblocks